home *** CD-ROM | disk | FTP | other *** search
/ Kit PC World De Ampliacion De Windows 95 / Kit PC World de ampliacion de Windows 95.iso / internet / sweeper / samples / olecon~1 / controls / invisi~1 / dispids.h next >
Text File  |  1995-11-25  |  918b  |  29 lines

  1. //=--------------------------------------------------------------------------=
  2. // Dispids.H
  3. //=--------------------------------------------------------------------------=
  4. // Copyright  1995  Microsoft Corporation.  All Rights Reserved.
  5. //
  6. // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF 
  7. // ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO 
  8. // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A 
  9. // PARTICULAR PURPOSE.
  10. //=--------------------------------------------------------------------------=
  11. //
  12. // dispids for use in an automation or control object.
  13. //
  14. #ifndef _DISPIDS_H_
  15.  
  16. //=--------------------------------------------------------------------------=
  17. // for the Invisible control
  18. // properties & methods
  19. //
  20. #define DISPID_TIMEOUT        0
  21.  
  22. // events
  23. //
  24. #define DISPIDE_TIME          1
  25.  
  26.  
  27. #define _DISPIDS_H_
  28. #endif // _DISPIDS_H_
  29.